AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.args
Package-level
declarations
Types
Types
Bash
Args
Link copied to clipboard
@
Serializable
data
class
BashArgs
(
val
command
:
String
,
val
timeoutSeconds
:
Int
=
60
,
val
envIds
:
List
<
String
>
=
emptyList()
)
:
ToolArgs
Read
Args
Link copied to clipboard
@
Serializable
sealed
class
ReadArgs
:
ToolArgs